home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / MacHaskell 2.2 / com / clisp / compile < prev    next >
Encoding:
Text File  |  1994-09-27  |  341 b   |  12 lines  |  [TEXT/ttxt]

  1. #!/bin/sh
  2. # compile -- compile the Yale Haskell system from scratch.
  3. #
  4. cd $Y2
  5.  
  6. # OPTIMIZE declarations are ignored by clisp
  7. $CLISP -x '(load "cl-support/cl-init.lisp")'
  8.  
  9. # # Build a memory image called $Y2/haskell.mem
  10. # $CLISP -x '(load "cl-support/cl-init.lisp") (in-package "MUMBLE-USER") (lisp:saveinitmem)'
  11. # mv lispinit.mem haskell.mem
  12.